The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "perl::prereqscanner"

Perl::PrereqScanner - a tool to scan your Perl code for its prerequisites River stage three • 23 direct dependents • 746 total dependents

The scanner will extract loosely your distribution prerequisites from your files. The extraction may not be perfect but tries to do its best. It will currently find the following prereqs: * plain lines beginning with "use" or "require" in your perl m...

RJBS/Perl-PrereqScanner-1.100 - 27 Apr 2023 08:00:57 UTC - Search in distribution

Perl::PrereqScanner::Lite - Lightweight Prereqs Scanner for Perl River stage two • 3 direct dependents • 12 total dependents

Perl::PrereqScanner::Lite is the lightweight prereqs scanner for perl. This scanner uses Compiler::Lexer as tokenizer, therefore processing speed is really fast....

MOZNION/Perl-PrereqScanner-Lite-0.28 - 17 Nov 2017 07:02:56 UTC - Search in distribution

Perl::PrereqScanner::NotQuiteLite - a tool to scan your Perl code for its prerequisites River stage three • 3 direct dependents • 239 total dependents

Perl::PrereqScanner::NotQuiteLite is yet another prerequisites scanner. It passes almost all the scanning tests for Perl::PrereqScanner and Module::ExtractUse (ie. except for a few dubious ones), and runs slightly faster than PPI-based Perl::PrereqSc...

ISHIGAKI/Perl-PrereqScanner-NotQuiteLite-0.9917 - 27 Apr 2023 15:51:13 UTC - Search in distribution

Perl::PrereqScanner::Scanner::Zim - Scan for modules loaded with Importer::Zim River stage one • 1 direct dependent • 1 total dependent

This scanner will look for dependencies from the Importer::Zim module: use zim 'Carp' => 'croak'; use Importer::Zim 'Scalar::Util' => qw(blessed); use zim 'Test::More' => { -version => 0.88 } => qw(ok done_testing);...

FERREIRA/Perl-PrereqScanner-Scanner-Zim-0.2.0 - 02 Dec 2017 01:34:56 UTC - Search in distribution

Perl::PrereqScanner::Scanner::Hint - Plugin for Perl::PrereqScanner looking for ## REQUIRE: comments River stage one • 1 direct dependent • 1 total dependent

This is a trivial scanner which utilizes power of "Perl::PrereqScanner" and "PPI"....

VDB/Perl-PrereqScanner-Scanner-Hint-v0.1.1 - 28 Dec 2016 20:19:48 UTC - Search in distribution

Perl::PrereqScanner::Scanner::Jojo - Scan for modules loaded with Jojo::Base River stage one • 1 direct dependent • 1 total dependent

This scanner will look for dependencies from the Jojo::Base module: use Jojo::Base 'SomeBaseClass';...

FERREIRA/Perl-PrereqScanner-Scanner-Mojo-0.3.0 - 02 Dec 2017 01:56:26 UTC - Search in distribution

Perl::PrereqScanner::Scanner::Catalyst - Plugin for Perl::PrereqScanner looking for Catalyst plugin/action modules River stage zero No dependents

This module is a scanner plugin for Perl::PrereqScanner. It looks for use of Catalyst plugin and action modules in the code....

SLOYD/Perl-PrereqScanner-Scanner-Catalyst-0.003 - 04 Feb 2023 14:10:54 UTC - Search in distribution

Perl::PrereqScanner::Scanner::TestNeeds - scan for modules loaded with Test::Needs River stage zero No dependents

This is a scanner for Perl::PrereqScanner that finds modules used with Test::Needs. Note: The scanner currently does not detect modules loaded with the "test_needs" sub, only modules used with a use statement are detected. use Test::Needs 'Some::Modu...

SKIRMESS/Perl-PrereqScanner-Scanner-TestNeeds-0.001 - 09 Jul 2021 22:17:36 UTC - Search in distribution

Perl::PrereqScanner::Scanner::MooseXTypesCombine - Scan for type libraries exported with MooseX::Types::Combine River stage zero No dependents

This scanner will look for MooseX::Types libraries exported via MooseX::Types::Combine. It is currently very naive and very specific but works for simple cases like this: package MyTypes; use parent 'MooseX::Types::Combine'; __PACKAGE__->provide_type...

RWSTAUNER/Perl-PrereqScanner-Scanner-MooseXTypesCombine-0.001 - 04 Aug 2012 05:36:42 UTC - Search in distribution

Perl::PrereqScanner::Scanner::DistZilla::PluginBundle - scan for required plugins in Dist::Zilla plugin bundles River stage zero No dependents

This scanner will look for the following indicators: * calls to the "add_bundle" method * calls to the "add_plugins" method Currently this only works for plugin bundles using the "Dist::Zilla::Role::PluginBundle::Easy" role....

ASDAGO/Perl-PrereqScanner-Scanner-DistZilla-PluginBundle-0.001 - 26 Apr 2021 23:27:42 UTC - Search in distribution

App::PrereqGrapher - generate dependency graph using Perl::PrereqScanner River stage zero No dependents

App::PrereqGrapher builds a directed graph of the prereqs or dependencies for a file or module. It uses Perl::PrereqScanner to find the dependencies for the seed, and then repeatedly calls Perl::PrereqScanner on those dependencies, and so on, until a...

NEILB/App-PrereqGrapher-0.14 - 22 Mar 2016 19:29:05 UTC - Search in distribution
  • prereq-grapher - generate dependency graph for perl module or source

depak - Pack dependencies onto your script file River stage one • 3 direct dependents • 5 total dependents

depak*) is a CLI application to pack your dependencies (required pure-Perl modules) along with your Perl script into a single file. It will trace what modules your script requires using one of several available methods, and include them inside the sc...

PERLANCAR/App-depak-0.587 - 23 Feb 2024 01:51:36 UTC - Search in distribution

lint-prereqs - Check extraneous/missing/incorrect prerequisites in dist.ini River stage one • 2 direct dependents • 2 total dependents

lint-prereqs can improve your prereqs specification in "dist.ini" by reporting prereqs that are extraneous (specified but unused), missing (used/required but not specified), or incorrect (mismatching version between what's specified in "dist.ini" vs ...

PERLANCAR/App-LintPrereqs-0.543 - 27 Apr 2020 06:17:52 UTC - Search in distribution
  • App::LintPrereqs - Check extraneous/missing/incorrect prerequisites in dist.ini

App::Midgen - Check RuntimeRequires & TestRequires of your package for CPAN inclusion. River stage zero No dependents

This is an aid to show your packages module includes by scanning it's files, then display in a familiar format with the current version number from MetaCPAN. This started as a way of generating the formatted contents for a Module::Install::DSL Makefi...

BOWTIE/App-Midgen-0.34 - 25 May 2014 20:57:03 UTC - Search in distribution

tracepm - Trace dependencies of your Perl script River stage one • 2 direct dependents • 6 total dependents

PERLANCAR/App-tracepm-0.231 - 20 Sep 2023 00:05:49 UTC - Search in distribution

scan-prereqs - Scan files/directories for prerequisites River stage one • 2 direct dependents • 2 total dependents

This is an alternative CLI to scan_prereqs, with the following features: * merged output scan_prereqs by default reports prereqs per source file, which may or may not be what you want. This CLI outputs a single list of prerequisites found from all in...

PERLANCAR/App-ScanPrereqs-0.005 - 31 Jul 2019 11:08:30 UTC - Search in distribution

Test::Apocalypse - Apocalypse's favorite tests bundled into a simple interface River stage one • 1 direct dependent • 1 total dependent

This module greatly simplifies common author tests for modules heading towards CPAN. I was sick of copy/pasting the tons of t/foo.t scripts + managing them in every distro. I thought it would be nice to bundle all of it into one module and toss it on...

APOCAL/Test-Apocalypse-1.006 - 25 Oct 2014 20:12:24 UTC - Search in distribution

Devel::TraceUse - show the modules your program loads, recursively River stage one • 3 direct dependents • 3 total dependents

BOOK/Devel-TraceUse-2.097 - 04 Jan 2023 12:23:49 UTC - Search in distribution

CPAN::Local::Manual - How to assemble your custom repository River stage one • 1 direct dependent • 1 total dependent

PSHANGOV/CPAN-Local-0.010 - 12 Dec 2012 18:24:59 UTC - Search in distribution

Dependencies::Searcher - Search for modules used or required by a distribution and build a report that can be used as Carton cpanfile . River stage zero No dependents

Maybe you don't want to have to list all the dependencies of your Perl application by hand and want an automated way to build it. Maybe you forgot to do it for a long time ago. Or just during a short period. Anyway, you've add lots of CPAN modules. C...

SMONF/Dependencies-Searcher-0.065 - 13 Feb 2016 19:49:24 UTC - Search in distribution
33 results (0.054 seconds)